fix(server): release embedded runtime config listener - #3413
Open
ousamabenyounes wants to merge 1 commit into
Open
fix(server): release embedded runtime config listener#3413ousamabenyounes wants to merge 1 commit into
ousamabenyounes wants to merge 1 commit into
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
@ousamabenyounes is attempting to deploy a commit to the Different AI Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
mergeRuntimeProviderUpdate, but the unchanged lifecycle regression test remains RED on its exact head (bb090e630cda81421af72d4b9188587032f76dea). This patch addresses the separate listener lifecycle that causes the file rewrite.Issue
Scope
Out of scope
Testing
Ran
bun test src/embedded-runtime-config-lifecycle.test.tspnpm --filter openwork-server typecheckbun test(full server suite, compared with an identically provisionedorigin/devworktree)pnpm fraimz --flow embedded-runtime-config-listener-lifecyclecurl -X PATCH /runtime-config/providersafter the two-server lifecycle setupResult
changed:false,reload:"skipped"Test verification (RED → GREEN)
Upstream
origin/dev(3f9c38a37125450e9b11ff74061ed500626254c9) with only the new test:The same unchanged test on PR #3349 (
bb090e630cda81421af72d4b9188587032f76dea):With this patch:
Reverting only
apps/server/src/embedded.tsreturns the test to the same RED failure.CI status
node:sqliterunner error on upstream and patched trees; no baseline passing test regressedManual verification
changed:falseandreload:"skipped".Evidence
evals/results/2026-08-01T12-15-15-633Z/fraimz.htmlgenerated locally; every internal claim passed against the executed pinned-Bun integration testRisk
Rollback